Support to retrieve reflog entries by timestamp Change-Id: I9a865d8543a8e83d4d988ffbda8bf0166b76569a Signed-off-by: Edwin Kempin <edwin.kempin@sap.com> 
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index 351f766..fc8ccba 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt 
@@ -832,6 +832,14 @@  GET /projects/gerrit/branches/master/reflog?n=25 HTTP/1.0  ----   +The reflog can also be filtered by timestamp by specifying the `from` +and `to` parameters. The timestamp for `from` and `to` must be given as +UTC in the following format: `yyyyMMdd_HHmm`. + +---- + GET /projects/gerrit/branches/master/reflog?from=20130101_0000&to=20140101_0000=25 HTTP/1.0 +---- +  [[child-project-endpoints]]  == Child Project Endpoints